DELETE api/Image?Images[0]={Images[0]}&Images[1]={Images[1]}&VeiculoId={VeiculoId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Images | Collection of integer |
Required |
|
| VeiculoId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ImageModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| path | string |
None. |
|
| dateAdded | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"path": "sample string 2",
"dateAdded": "2026-01-15T03:55:59.1490008+00:00"
},
{
"Id": 1,
"path": "sample string 2",
"dateAdded": "2026-01-15T03:55:59.1490008+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfImageModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ataxi.Models">
<ImageModels>
<Id>1</Id>
<dateAdded>2026-01-15T03:55:59.1490008+00:00</dateAdded>
<path>sample string 2</path>
</ImageModels>
<ImageModels>
<Id>1</Id>
<dateAdded>2026-01-15T03:55:59.1490008+00:00</dateAdded>
<path>sample string 2</path>
</ImageModels>
</ArrayOfImageModels>